PUT /DataCube/AnalysisElementVisible/{id}/

Shows or hides an analysis element within the data cube.
 

Request

Method Request URI
PUT /API/DataCube/AnalysisElementVisible/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID.

Path Parameters

Path Parameter Description
id The ID of the data cube the parameter is in.

Request Body

Name: options
Type: Dundas.BI.WebApi.Models.ChangeAnalysisElementVisibilityOptions

Response

Response Body

An Dundas.BI.WebApi.Models.AnalysisElementData object, or a status code indicating the reason for failure.